Posts

Post not yet marked as solved
7 Replies
Hi~I have the same same problem.UITableViewCell's corner radius is not working in iOS 13 Beta 2, actual device( 6S Plus). override func awakeFromNib() { super.awakeFromNib() // Initialization code self.alpha = 0.5 self.layer.borderWidth = 1 self.layer.masksToBounds = true self.layer.cornerRadius = 10 ....
Post not yet marked as solved
4 Replies
It was not fixed still in iOS 12.3.1.Does anyone have workaround solution?